Blogs
{% for blog in blogs: %}
{{blog['id']}}.{{blog['title']}}
{{blog['subtitle']}}
{{blog['body']}}
{% endfor %}